github.com/valyala/fastjson.Value.t (field)
37 uses
github.com/valyala/fastjson (current package)
arena.go#L38: v.t = TypeObject
arena.go#L50: v.t = TypeArray
arena.go#L60: v.t = typeRawString
arena.go#L72: v.t = typeRawString
arena.go#L84: v.t = TypeNumber
arena.go#L96: v.t = TypeNumber
arena.go#L108: v.t = TypeNumber
parser.go#L130: v.t = typeRawString
parser.go#L151: v.t = TypeNumber
parser.go#L165: v.t = TypeNumber
parser.go#L178: v.t = TypeArray
parser.go#L184: a.t = TypeArray
parser.go#L221: v.t = TypeObject
parser.go#L227: o.t = TypeObject
parser.go#L572: t Type
parser.go#L577: switch v.t {
parser.go#L606: panic(fmt.Errorf("BUG: unexpected Value type: %d", v.t))
parser.go#L679: if v.t == typeRawString {
parser.go#L681: v.t = TypeString
parser.go#L683: return v.t
parser.go#L706: if v.t == TypeObject {
parser.go#L711: } else if v.t == TypeArray {
parser.go#L733: if v == nil || v.t != TypeObject {
parser.go#L748: if v == nil || v.t != TypeArray {
parser.go#L851: if v != nil && v.t == TypeTrue {
parser.go#L863: if v.t != TypeObject {
parser.go#L875: if v.t != TypeArray {
parser.go#L963: if v.t == TypeTrue {
parser.go#L966: if v.t == TypeFalse {
parser.go#L973: valueTrue = &Value{t: TypeTrue}
parser.go#L974: valueFalse = &Value{t: TypeFalse}
parser.go#L975: valueNull = &Value{t: TypeNull}
update.go#L39: if v.t == TypeObject {
update.go#L43: if v.t == TypeArray {
update.go#L86: if v.t == TypeObject {
update.go#L90: if v.t == TypeArray {
update.go#L103: if v == nil || v.t != TypeArray {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)